home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / SOUND / DSEDIT / !DSEdit / !Updates < prev    next >
Text File  |  1991-06-23  |  4KB  |  112 lines

  1. Recent updates to !DSEdit:
  2.  
  3. v1.03 ----------------------------------------------------------------------
  4.   22 June '91
  5.   Fixed a teensy bug that sometimes introduced distortion when using MaxAmp
  6.   (OK, I admit it, I got the formula back-to-front, so it was always wrong!)
  7.   Convert ⇨ Sun now selects the correct playback speed (8kHz) automagically
  8.  
  9.  
  10. v1.02 ----------------------------------------------------------------------
  11.   18 May '91
  12.   Added "Convert ⇨ Sun" menu option
  13.  
  14.   Altered polling so that if DSEdit run by double-clicking a sound file, the
  15.   DSEdit icon appears BEFORE the sound is loaded. This is much nicer,
  16.   especially if you have to wait for a big sound to load from floppy
  17.   Somehow it's much better like this. I wish all app.s would do it!
  18.  
  19.   Added 'Filetype' option to auto-filetype loaded files. ALWAYS defaults to
  20.   'Off', as it's dangerous but useful.
  21.   
  22.   ************************
  23.   Finally got around to writing code for Adjust-drags: Now they alter one
  24.   end of the selected area rather than starting new drag as Select does.
  25.   ************************
  26.  
  27.   Noticed that after about 9 months I have started hacking at DSEdit again,
  28.   despite looming work and assignment deadlines!
  29.  
  30.  
  31. v1.01 ----------------------------------------------------------------------
  32.   Added:
  33.     Max Amplify
  34.     Auto Centre
  35.  
  36.   (This includes a new bit of machine-code: 'popcount', which returns the
  37.   max,min byte values used by the sample)
  38.  
  39.  
  40. v1.00 ----------------------------------------------------------------------
  41.  
  42.   Squeeze, Move Centre, and Limit Up/Down options connected to the
  43.   interface!
  44.  
  45.   Minor bug fixes
  46.  
  47.   DSEdit now reads screen mode information correctly. It should now function
  48.   fine in overscan and weird screen modes. (Definitely works with all
  49.   standard modes, CC's !NewModes, and several outboard-scrolling modes I
  50.   have)
  51.  
  52.   Changed Delete so that it selects the entire sound after a deletion. It
  53.   used to leave a single byte selected where the deleted area was (for
  54.   user's information), but it annoyed me so much I had to change it!
  55.  
  56.   Re-linked in the conversion routines by Edouard Poor that were in DSEdit
  57.   v0.60, which mysteriously disappeared before version 0.96!!!
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. Planned improvements: ======================================================
  67.  
  68. DSEdit may soon have a decent sound-driver!
  69. This means several improvements are likely:
  70.    - Save sample as stand-alone RM for use in other programs
  71.    - Change play speed as you play sound
  72.    - Save speed/pitch info in sample file
  73.    - Set correct playback pitch upon load
  74.    - 'Cursor' moves across sound as it is played to show which bit being
  75.      played
  76. and much much more
  77.  
  78. However, any such release of DSEdit will be SHAREWARE. I will want something
  79. like NZ$15 (approx. equivalent to £5 english pounds), which is very cheap
  80. anyway. Some of this money will go to the author of the shareware sound
  81. driver software I will be using.
  82.  
  83.  
  84. v1.03?
  85.   Support for more sample filetypes:
  86.       ARMadaeus format
  87.       Data Vox format
  88.  
  89. later...
  90.   Support for sampling boards. (Anyone got any sampling boards they want to
  91.   donate to a good cause?!?)
  92.  
  93. much later...(i.e. "fat chance")
  94.   Partial load off disc if not enough free memory to load entire sound
  95.  
  96.  
  97.  
  98.  
  99. Notes to hackers (Yes, YOU!) ===============================================
  100. The code for DSEdit was written in '87 for Arthur, re-written for Arthur,
  101. re-written for RISC OS, re-written again for RISC OS, and then re-written in
  102. '89 to multitask. It was my first mtasking application (i.e. EVERYTHING in
  103. it was an experiment to see how the WIMP works). As such, the program is a
  104. mess, and frankly, I don't know how it functions as well as it does!! So
  105. don't criticise it! (If you don't like it, write one of your own, or shell
  106. out megabucks for a commercial product that I won't name that doesn't even
  107. let you load more than one file at at time, and puts all available memory in
  108. the RMA just in case it will need it (yeugh!) and winge whine snortle...)
  109.  
  110.  
  111. "If that scrolled by too fast for you to read, then too effing bad."
  112.